
Pedal BoX
===============================================================================
Copyright (C) 2007  Mick Crozier (mcrozier@iinet.net.au)
Licensed for personal non-commercial use only.
All other rights reserved.
===============================================================================

The Pedal Box was designed to be a very basic extension to a floorboard.
Giving it an extra 8 Controller Pedals, and a display to see patch change / CC names, as well as their values. 

It has now expanded with options to build a complete MIOS Powered Floorboard. 


===============================================================================

A precompiled binary is already part of this package:
   o project.hex (can be loaded into MIOS Studio)
   o project.syx (can be loaded into any SysEx upload tool)

It comes precompiled for:
   o Behringer V-Amp series - in Pedal Board mode
   o 8 pedals, 5 fixed and 5 banked buttons
   o 2 x 7 segment LED digits connected to SR3 and 4

Following tools are required to recompile the code:
   o SDCC v2.5.0
   o gputils
   o perl

The details are described under http://www.ucapps.de/mios_c.html


===============================================================================

Required hardware:
   o 1 x MBHP_CORE module
   o Large Character 16x2 LCD Display
   o 1 x 10k pot or CV pedals
   o 1 x 24LC256 Bankstick
   0 A MIDI Floorboard / programable HUI. Or 1 x DINX1 Module and 1 button

Optional hardware:
   o 8 x 10k pot or CV pedals
   o 1 x MBHP_DINX4 module + 1 x MBHP_DINX1 module
   o 34 x buttons
   o 1 x MBHP_DOUTX4 module + 1 x MBHP_DOUTX2 module
   o 32 x LED's
   o 2 x 7 segment LED digits
   
===============================================================================

Main Included Files:

main.h                 -- Main header, all settings contained here (select device tables here aswell)
main.c
pbx.h
pbx.c                  -- pbx functions, handlers
pbx_lcd.c              -- pbx lcd handler
pbx_digits.c           -- 7 segment LED digits driver


===============================================================================

MORE INFORMATION - SEE PEDAL BOX IN THE WIKI

http://www.midibox.org/dokuwiki/doku.php?id=pedal_box

===============================================================================
